home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / mac / 5lang.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  2001-12-19  |  297 b   |  19 lines

  1. global language
  2.  
  3. on mouseEnter me
  4.   cursor(280)
  5.   go(the frame + 1)
  6.   set the locV of sprite 13 to the locV of sprite 13 - 50
  7. end
  8.  
  9. on mouseLeave me
  10.   cursor(-1)
  11.   go(the frame - 1)
  12.   set the locV of sprite 13 to the locV of sprite 13 + 50
  13. end
  14.  
  15. on mouseUp me
  16.   language = 4
  17.   go(1, "IntroMov")
  18. end
  19.